Guild Wars Forums - GW Guru
 
 

Go Back   Guild Wars Forums - GW Guru > The Inner Circle > Sardelac Sanitarium

Notices

Reply
 
Thread Tools Display Modes
Old Jun 23, 2009, 10:59 AM // 10:59   #21
Desert Nomad
 
Hyper.nl's Avatar
 
Join Date: Oct 2006
Location: Defending Fort Aspenwood
Profession: E/
Advertisement

Disable Ads
Default

/signed for this nice idea.

It should include a longer text string for in party search, to allow full lines of WTB/WTS text to be visible in there.
Hyper.nl is offline   Reply With Quote
Old Jun 25, 2009, 08:20 AM // 08:20   #22
Desert Nomad
 
Bristlebane's Avatar
 
Join Date: Jan 2008
Profession: Mo/
Default

Yeah, longer text strings would be a nice bonus as well :-)
Bristlebane is offline   Reply With Quote
Old Jun 25, 2009, 10:26 AM // 10:26   #23
Jungle Guide
 
refer's Avatar
 
Join Date: Jan 2009
Location: US
Default

this should already been in the game.

so auto /sign

Would also be handy you could search by WTB/T/S.
refer is offline   Reply With Quote
Old Jun 25, 2009, 10:41 AM // 10:41   #24
Jungle Guide
 
Shasgaliel's Avatar
 
Join Date: Apr 2008
Guild: [bomb]
Default

I think it will also reduce the spamming. People would just use search and easily find what they want instead of depending on what they see in chat window and in 250 lines of adverts. Even dividing it into WTS/WTB will help.

/signed
Shasgaliel is offline   Reply With Quote
Old Jun 25, 2009, 11:06 AM // 11:06   #25
Desert Nomad
 
Bristlebane's Avatar
 
Join Date: Jan 2008
Profession: Mo/
Default

This should be so quick and easy to implement without draining any resources, I don't see why they can't implement it. 0% server load, 100% on client side only.
Bristlebane is offline   Reply With Quote
Old Jun 25, 2009, 01:58 PM // 13:58   #26
Ascalonian Squire
 
Join Date: Jun 2009
Location: hurr durr
Guild: hurr durr forums
Default

One has to /sign, it's simple, elegant, cheap to implement and will teach people to spell correctly.
beatdownbob is offline   Reply With Quote
Old Jun 25, 2009, 02:39 PM // 14:39   #27
Grotto Attendant
 
Arduin's Avatar
 
Join Date: May 2005
Location: The Netherlands
Guild: Limburgse Jagers [LJ]
Profession: R/
Default

Okay, how come you people are so sure about this being 'easy' to implement? As far as I'm aware, the trading system of Guild Wars is pretty rigid, one of the reason an Auction House is out of the question.

There also isn't any kind of search/filter system, other than separation by language, which is governed by the language district you are in. So stuff need to be invented from scratch.
Arduin is offline   Reply With Quote
Old Jun 25, 2009, 02:46 PM // 14:46   #28
Desert Nomad
 
Bristlebane's Avatar
 
Join Date: Jan 2008
Profession: Mo/
Default

From a programmer's point of view, it's extremely easy to implement. Don't compare this with an Auction House which is a whole different idea and extremely more complicated than this idea.
Bristlebane is offline   Reply With Quote
Old Jun 25, 2009, 02:51 PM // 14:51   #29
Ascalonian Squire
 
Join Date: Jun 2009
Location: hurr durr
Guild: hurr durr forums
Default

Quote:
Originally Posted by Arduinna View Post
Okay, how come you people are so sure about this being 'easy' to implement? As far as I'm aware, the trading system of Guild Wars is pretty rigid, one of the reason an Auction House is out of the question.

There also isn't any kind of search/filter system, other than separation by language, which is governed by the language district you are in. So stuff need to be invented from scratch.
I've written a great many string filters in my time. Computers are good at very few things. In fact here's what they are good at.

Comparing two numbers.
Adding two numbers together.
Moving a number from one place to another.

There might be some other things they do, but off the top of my head I can't think of any. They're good at it, they are fast at it, and string filtering is so easy even gorednginegoredengine forum scripts can do it.
beatdownbob is offline   Reply With Quote
Old Jun 25, 2009, 03:00 PM // 15:00   #30
Desert Nomad
 
Bristlebane's Avatar
 
Join Date: Jan 2008
Profession: Mo/
Default

Yes, even when I was 12 years old and just started programming (and that was over 20 years ago).. I could write a filter function in a couple of minutes.

That's the whole idea of this topic.. make a suggestion so easy that even a novice programmer could add it, without arguments like 'it's too complicated to add this feature'
Bristlebane is offline   Reply With Quote
Old Jun 25, 2009, 03:03 PM // 15:03   #31
Grotto Attendant
 
Arduin's Avatar
 
Join Date: May 2005
Location: The Netherlands
Guild: Limburgse Jagers [LJ]
Profession: R/
Default

Okay, I guess the Devs can handle stuff that even a 12 year old could program
Arduin is offline   Reply With Quote
Old Jun 25, 2009, 03:08 PM // 15:08   #32
Guest
 
Join Date: Oct 2008
Default

Quote:
Originally Posted by Bristlebane View Post
Yes, even when I was 12 years old and just started programming (and that was over 20 years ago).. I could write a filter function in a couple of minutes.
That was without any restrictions. Perhaps they do have some sort of restriction on this (Hell, iirc, the code is written in C++) and it may have to be server-side.

Although a /signed for it.
Killamus is offline   Reply With Quote
Old Jun 25, 2009, 03:17 PM // 15:17   #33
Desert Nomad
 
Bristlebane's Avatar
 
Join Date: Jan 2008
Profession: Mo/
Default

Doesn't matter what language, this can all be done 100% client side, especially C++.
It's one of the basic fundamentals found in virtually any programming language: String comparison.

There's already endless of functions in GW to compare strings so it's not like they had to write something new either: Names, Friends, Guilds, Whispers, Commands etc, all of them that are more complicated than this idea.
Bristlebane is offline   Reply With Quote
Old Jun 25, 2009, 06:58 PM // 18:58   #34
Guest
 
Join Date: Oct 2008
Default

Quote:
Originally Posted by Bristlebane View Post
Doesn't matter what language, this can all be done 100% client side, especially C++.
It's one of the basic fundamentals found in virtually any programming language: String comparison.

There's already endless of functions in GW to compare strings so it's not like they had to write something new either: Names, Friends, Guilds, Whispers, Commands etc, all of them that are more complicated than this idea.
I'm not saying it can't be done, I'm not saying it wouldn't be easy. What I am saying is that C++ strings suck. Simple as that. Char* gives more versatility then them.
Aside from that, you missed the point.
If this is such an obvious thing to put in (And yes, it IS obvious), then why haven't they done so already? Either (A) they're lazy, or (B) there's some sort of restriction in the code they've written. For instance, maybe they weren't too smart, and made the packets that come in received in the function that also displays them, so doing something like this would require splitting the two functions. Or perhaps that the list comes all as one packet, and would be a pain to sort.

I'm not saying that's the case, hardly. Just an example.
Killamus is offline   Reply With Quote
Old Jun 25, 2009, 07:09 PM // 19:09   #35
Desert Nomad
 
Bristlebane's Avatar
 
Join Date: Jan 2008
Profession: Mo/
Default

Quote:
Originally Posted by Killamus View Post
Either (A) they're lazy, or (B) there's some sort of restriction in the code they've written.
Or (C), they have been pestered by more complicated ideas like Auction House and dismissed it because of the amount of time it would take to make it.
I would LOVE an Auction House or any of the dozen of trade improvement ideas floating around, but we're never gonna see thoose in GW1 unless Anet radically changes their priorities.

As a comparison, there are 1000's of products that are so simple and uncomplicated that people think 'hey why didn't anyone think of this before!?'

Last edited by Bristlebane; Jun 25, 2009 at 07:12 PM // 19:12..
Bristlebane is offline   Reply With Quote
Old Jun 26, 2009, 02:19 AM // 02:19   #36
Frost Gate Guardian
 
Join Date: Jun 2006
Default

Search is nice, but I would settle for a simple option to sort WTB and WTS into two separate categories. So instead of TRADE/MISSIONS/Etc..

Have: Selling/Buying/Missions/Etc..

Last edited by phoenixtech; Jun 26, 2009 at 02:21 AM // 02:21..
phoenixtech is offline   Reply With Quote
Old Jun 26, 2009, 03:45 AM // 03:45   #37
Forge Runner
 
gameshoes3003's Avatar
 
Join Date: Feb 2006
Default

/signed
Those who misspell or use acronyms (but not as much) will only suffer.
But this is a good suggestion.
gameshoes3003 is offline   Reply With Quote
Old Jun 26, 2009, 08:23 AM // 08:23   #38
Desert Nomad
 
Bristlebane's Avatar
 
Join Date: Jan 2008
Profession: Mo/
Default

Quote:
Originally Posted by phoenixtech View Post
Search is nice, but I would settle for a simple option to sort WTB and WTS into two separate categories. So instead of TRADE/MISSIONS/Etc..

Have: Selling/Buying/Missions/Etc..
Just type WTB/WTS etc in the filter to only see thoose.
Bristlebane is offline   Reply With Quote
Old Jun 26, 2009, 11:36 AM // 11:36   #39
Jungle Guide
 
Shasgaliel's Avatar
 
Join Date: Apr 2008
Guild: [bomb]
Default

Quote:
Originally Posted by Bristlebane View Post
Doesn't matter what language, this can all be done 100% client side, especially C++.
It's one of the basic fundamentals found in virtually any programming language: String comparison.

There's already endless of functions in GW to compare strings so it's not like they had to write something new either: Names, Friends, Guilds, Whispers, Commands etc, all of them that are more complicated than this idea.
You do take into consideration that they work with BLOBS? I am not sure how much of the game is stored this way but as I remember from articles pretty much a lot. With them nothing is easy anymore even string comparisons. The problem as I understood is that some of the fuctions were extremely hard to program for them due to the way information was stored in their database.
Shasgaliel is offline   Reply With Quote
Old Jun 26, 2009, 11:41 AM // 11:41   #40
Desert Nomad
 
Bristlebane's Avatar
 
Join Date: Jan 2008
Profession: Mo/
Default

But they don't have to store a single thing in their database since it would be 100% client side. 0% changes is needed on their servers or databases.
It's irrelevant to mention databases as they would be unaffected.

Last edited by Bristlebane; Jun 26, 2009 at 11:45 AM // 11:45..
Bristlebane is offline   Reply With Quote
Reply

Share This Forum!  
 
 
           

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Ability To Actually Search In Party Search! whufc89 Sardelac Sanitarium 2 Mar 16, 2008 06:04 AM // 06:04
T RAND Questions & Answers 7 Dec 07, 2007 01:13 PM // 13:13
Trade, Search , AFK solution, easy Aeon_Xin Sardelac Sanitarium 15 Jan 26, 2007 12:49 AM // 00:49
mwpeck Sardelac Sanitarium 1 Dec 21, 2006 02:51 AM // 02:51
Taevion0 Questions & Answers 0 Dec 18, 2006 07:09 PM // 19:09


All times are GMT. The time now is 03:55 AM // 03:55.


Powered by: vBulletin
Copyright ©2000 - 2016, Jelsoft Enterprises Ltd.
jQuery(document).ready(checkAds()); function checkAds(){if (document.getElementById('adsense')!=undefined){document.write("_gaq.push(['_trackEvent', 'Adblock', 'Unblocked', 'false',,true]);");}else{document.write("